home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / relnotes / nedit / ch5.z / ch5
Text File  |  1998-11-02  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4.                                   - 1 -
  5.  
  6.  
  7.  
  8.        5.  _K_n_o_w_n__P_r_o_b_l_e_m_s__a_n_d__W_o_r_k_a_r_o_u_n_d_s
  9.  
  10.        PROBLEM: No files are shown in the "Files" list in the
  11.        Open... dialog.
  12.        WORKAROUND: When you use the "Filter" field, include the
  13.        file specification or a complete directory specification,
  14.        including the trailing "/" on Unix.  (See Help in the
  15.        Open... dialog).
  16.  
  17.        PROBLEM: Keyboard shortcuts for menu items don't work.
  18.        WORKAROUND: Be sure the Caps Lock and Num Lock keys are both
  19.        unlocked.  In Motif programs, these keys prevent the menu
  20.        accelerators from working.
  21.  
  22.        PROBLEM: Find Again and Replace Again don't continue in the
  23.        same direction as the original Find or Replace.
  24.        WORKAROUND: Find Again and Replace Again don't use the
  25.        direction of the original search.  The Shift key controls
  26.        the direction: Ctrl+G means forward, Shift+Ctrl+G means
  27.        backward.
  28.  
  29.        PROBLEM: Preferences specified in the Preferences menu don't
  30.        seem to get saved when I select Save Defaults.
  31.        WORKAROUND: NEdit has two kinds of preferences: 1) per-
  32.        window preferences, in the Preferences menu, and 2) default
  33.        settings for preferences in newly created windows, in the
  34.        Default Settings sub-menu of the Preferences menu.  Per-
  35.        window preferences are not saved by Save Defaults, only
  36.        Default Settings.
  37.  
  38.        PROBLEM: Columns and indentation don't line up.
  39.        WORKAROUND: NEdit is using a proportional width font.  Set
  40.        the font to a fixed style (see Preferences).
  41.  
  42.        PROBLEM: NEdit performs poorly on very large files.
  43.        WORKAROUND: Turn off Incremental Backup.  With Incremental
  44.        Backup on, NEdit periodically writes a full copy of the file
  45.        to disk.
  46.  
  47.        PROBLEM: Commands added to the Shell Commands menu (Unix
  48.        only) don't output anything until they are finished
  49.        executing.
  50.        WORKAROUND: If the command output is directed to a dialog,
  51.        or the input is from a selection, output is collected
  52.        together and held until the command completes.  De-select
  53.        both of the options and the output will be shown
  54.        incrementally as the command executes.
  55.  
  56.        PROBLEM: Dialogs don't automatically get keyboard focus when
  57.        they pop up.
  58.        WORKAROUND: Most X Window managers allow you to choose
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                                   - 2 -
  71.  
  72.  
  73.  
  74.        between two categories of keyboard focus models: pointer
  75.        focus, and explicit focus.  Pointer focus means that as you
  76.        move the mouse around the screen, the window under the mouse
  77.        automatically gets the keyboard focus.  NEdit users who use
  78.        this focus model should set "Popups Under Pointer" in the
  79.        Default Settings sub menu of the preferences menu in NEdit.
  80.        Users with the explicit focus model, in some cases, may have
  81.        problems with certain dialogs, such as
  82.         Find and Replace.  In MWM this is caused by the mwm
  83.        resource startupKeyFocus being set to False (generally a bad
  84.        choice for explicit focus users).  NCDwm users should use
  85.        the focus model "click" instead of "explicit", again, unless
  86.        you have set it that way to correct specific problems, this
  87.        is the appropriate setting for most explicit focus users.
  88.  
  89.        PROBLEM: Operations between rectangular selections on
  90.        overlapping lines do nothing.
  91.        WORKAROUND: None.  These operations are very complicated and
  92.        rarely used, maybe next version...
  93.  
  94.        PROBLEM: Cut and Paste menu items fail, or possibly crash,
  95.        for very large (multi-megabyte) selections.
  96.        WORKAROUND: Use selection copy (middle mouse button click)
  97.        for transferring larger quantities of data.  Cut and Paste
  98.        save the copied text in server memory, which is usually
  99.        limited.
  100.  
  101.        PROBLEM: (in Motif 1.1 Versions) The shortcut method for
  102.        entering control characters (Alt+Ctrl+char) is not
  103.        available.
  104.        WORKAROUND: Use the Ins. Control Char command.
  105.  
  106.        PROBLEM: (in Motif 1.1 Versions) Pop-up dialogs "jump"
  107.        (appear briefly in a different location) when they are first
  108.        invoked.
  109.        WORKAROUND: Turn off "Popups Under Pointer" if this gives
  110.        you a headache.
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.